Calendar for WinForms | ComponentOne
C1.Framework.Mathematics Namespace / Vector<T> Class / Vector<T> Constructor / Vector<T> Constructor(T[])
A T array indicates the items.

In This Topic
    Vector<T> Constructor(T[])
    In This Topic
    Initializes a new instance of the Vector<T> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ParamArray items() As T _
    )
    public Vector<T>( 
       params T[] items
    )

    Parameters

    items
    A T array indicates the items.
    See Also